home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDELPHISELECTREVISIONSDIALOG / TDELPHISELECTREVISIONSDIALOG.txt
Text File  |  2008-11-03  |  3KB  |  165 lines

  1. inherited DelphiSelectRevisionsDialog: TDelphiSelectRevisionsDialog
  2.   Left = 416
  3.   Top = 143
  4.   ActiveControl = LeftGrid
  5.   BorderStyle = bsSizeable
  6.   Caption = 'Select Revisions'
  7.   ClientHeight = 248
  8.   ClientWidth = 470
  9.   Constraints.MinHeight = 161
  10.   Constraints.MinWidth = 478
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnResize = FormResize
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TUiBevel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 470
  21.     Height = 8
  22.     Align = alTop
  23.     Shape = bsSpacer
  24.   end
  25.   object Bevel2: TUiBevel
  26.     Left = 0
  27.     Top = 8
  28.     Width = 8
  29.     Height = 203
  30.     Align = alLeft
  31.     Shape = bsSpacer
  32.   end
  33.   object Bevel3: TUiBevel
  34.     Left = 462
  35.     Top = 8
  36.     Width = 8
  37.     Height = 203
  38.     Align = alRight
  39.     Shape = bsSpacer
  40.   end
  41.   object Splitter: TUiSplitter
  42.     Left = 240
  43.     Top = 8
  44.     Width = 5
  45.     Height = 203
  46.     OnMoved = SplitterMoved
  47.   end
  48.   object LeftPanel: TUiPanel
  49.     Left = 8
  50.     Top = 8
  51.     Width = 232
  52.     Height = 203
  53.     Align = alLeft
  54.     BevelOuter = bvNone
  55.     TabOrder = 0
  56.     OnResize = SidePanelResize
  57.     object LeftLbl: TUiLabel
  58.       Left = 0
  59.       Top = 0
  60.       Width = 232
  61.       Height = 16
  62.       Align = alTop
  63.       AutoSize = False
  64.       Caption = '&Left file'
  65.       FocusControl = LeftGrid
  66.     end
  67.     object LeftGrid: TUiStringGrid
  68.       Left = 0
  69.       Top = 16
  70.       Width = 232
  71.       Height = 187
  72.       Align = alClient
  73.       ColCount = 2
  74.       DefaultColWidth = 116
  75.       DefaultRowHeight = 18
  76.       FixedCols = 0
  77.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect]
  78.       ScrollBars = ssVertical
  79.       TabOrder = 0
  80.       OnDrawCell = GridDrawCell
  81.       ColWidths = (
  82.         114
  83.         116)
  84.     end
  85.   end
  86.   object RightPanel: TUiPanel
  87.     Left = 245
  88.     Top = 8
  89.     Width = 217
  90.     Height = 203
  91.     Align = alClient
  92.     BevelOuter = bvNone
  93.     TabOrder = 1
  94.     OnResize = SidePanelResize
  95.     object RightLbl: TUiLabel
  96.       Left = 0
  97.       Top = 0
  98.       Width = 217
  99.       Height = 16
  100.       Align = alTop
  101.       AutoSize = False
  102.       Caption = '&Right file'
  103.       FocusControl = RightGrid
  104.     end
  105.     object RightGrid: TUiStringGrid
  106.       Left = 0
  107.       Top = 16
  108.       Width = 217
  109.       Height = 187
  110.       Align = alClient
  111.       ColCount = 2
  112.       DefaultColWidth = 116
  113.       DefaultRowHeight = 18
  114.       FixedCols = 0
  115.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect]
  116.       ScrollBars = ssVertical
  117.       TabOrder = 0
  118.       OnDrawCell = GridDrawCell
  119.     end
  120.   end
  121.   object BottomPanel: TUiPanel
  122.     Left = 0
  123.     Top = 211
  124.     Width = 470
  125.     Height = 37
  126.     Align = alBottom
  127.     BevelOuter = bvNone
  128.     TabOrder = 2
  129.     SizeGripper = True
  130.     DesignSize = (
  131.       470
  132.       37)
  133.     object AltEdit: TUiComboBox
  134.       Left = 8
  135.       Top = 6
  136.       Width = 145
  137.       Height = 21
  138.       Style = csDropDownList
  139.       ItemHeight = 13
  140.       TabOrder = 0
  141.       OnChange = AltEditChange
  142.     end
  143.     object ShowDiffBtn: TUiButton
  144.       Left = 309
  145.       Top = 6
  146.       Anchors = [akTop, akRight]
  147.       Caption = '&Show Diff'
  148.       Default = True
  149.       TabOrder = 1
  150.       OnClick = ShowDiffClick
  151.       AutoSize = asRight
  152.     end
  153.     object CancelBtn: TUiButton
  154.       Left = 389
  155.       Top = 6
  156.       Anchors = [akTop, akRight]
  157.       Cancel = True
  158.       Caption = '&Cancel'
  159.       ModalResult = 2
  160.       TabOrder = 2
  161.       AutoSize = asRight
  162.     end
  163.   end
  164. end
  165.